RemoveNodeRequest

data class RemoveNodeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#removeNode operation call.

Removes node with given id.

See also

Constructors

RemoveNodeRequest
Link copied to clipboard
fun RemoveNodeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to remove.

Sources

jvm source
Link copied to clipboard